Skip to content

Conversation

@lucasrangit
Copy link
Member

@lucasrangit lucasrangit commented Oct 19, 2024

grep -oE ' by \[.*(http.*)' _posts/* | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*" | sort -u > presenters.txt

grep -oE ' by \[.*(http.*)' _posts/* | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*" | sort -u > presenters.txt
```
@lucasrangit lucasrangit added the needs-url-checks Run urlchecker action label Oct 19, 2024
@github-actions github-actions bot removed the needs-url-checks Run urlchecker action label Oct 19, 2024
```
grep -oE ' by \[.*(http.*)' _posts/* | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*" | sed "s,/$,," | sed 's/https\?:\/\///' | sort -u > presenters.txt
```
@lucasrangit lucasrangit added the needs-url-checks Run urlchecker action label Oct 19, 2024
@github-actions github-actions bot removed the needs-url-checks Run urlchecker action label Oct 19, 2024
@lucasrangit lucasrangit added the needs-url-checks Run urlchecker action label Oct 19, 2024
@github-actions github-actions bot removed the needs-url-checks Run urlchecker action label Oct 19, 2024
@lucasrangit lucasrangit added the needs-url-checks Run urlchecker action label Oct 19, 2024
@github-actions github-actions bot removed the needs-url-checks Run urlchecker action label Oct 19, 2024
@lucasrangit lucasrangit added the needs-url-checks Run urlchecker action label Oct 19, 2024
@github-actions github-actions bot removed the needs-url-checks Run urlchecker action label Oct 19, 2024
```
grep -oE ' by \[.*(http.*)' _posts/* | grep -Eo "(http|https)://[a-zA-Z0-9@./?=_%:-]*" | sed "s,/$,," | sort -u > presenters.rst
```
@lucasrangit lucasrangit added the needs-url-checks Run urlchecker action label Oct 19, 2024
@github-actions github-actions bot removed the needs-url-checks Run urlchecker action label Oct 19, 2024
```
grep github urls.csv | cut -d'/' -f4 | sed -r '/^\s*$/d'| sed 's/^/@/' | sort -u > presenters-github.txt
```
```
grep github urls.csv | cut -d'/' -f4 | sed -r '/^\s*$/d'| sed 's/^/@/' | sed -e 's/\(.*\)/\L\1/' | sort -u > presenters-github.txt
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants